home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CBASE102.ARJ / CBRECSIZ.C < prev    next >
Text File  |  1991-09-23  |  805b  |  27 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "@(#)cbrecsiz.c    1.5 - 91/09/23" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      cbrecsize - cbase record size
  9.  
  10. SYNOPSIS
  11.      #include <cbase.h>
  12.  
  13.      size_t cbrecsize(cbp)
  14.      cbase_t *cbp;
  15.  
  16. DESCRIPTION
  17.      cbrecsize returns the size of the records in cbase cbp.  It is
  18.      not necessary that cbp be locked at the time cbrecsize is called,
  19.      but a valid result is returned only if cbp has been locked at
  20.      least once.
  21.  
  22.      If cbp does not point to a valid open cbase, the results are
  23.      undefined.  cbrecsize is a macro.
  24.  
  25. ------------------------------------------------------------------------------*/
  26. /* cbrecsize is defined in cbase.h. */
  27.